Skip to content

Conversation

@DrakeLin
Copy link
Collaborator

@DrakeLin DrakeLin commented Nov 20, 2025

What changes are proposed in this pull request?

ColumnMapping is implicitly enabled for reader version 2. This means a protocol with the following should be valid.
protocol: {min_reader_version: 2, min_writer_version: 7, writerFeatures: ["columnMapping"]}

How was this change tested?

Created a table with
protocol: {min_reader_version: 2, min_writer_version: 7, writerFeatures: ["columnMapping"]}
and read it with the fixed code.

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.69%. Comparing base (74e75d3) to head (595144d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1513      +/-   ##
==========================================
+ Coverage   84.67%   84.69%   +0.02%     
==========================================
  Files         122      122              
  Lines       32741    32793      +52     
  Branches    32741    32793      +52     
==========================================
+ Hits        27722    27775      +53     
+ Misses       3674     3673       -1     
  Partials     1345     1345              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants